fix signature of this function and propagate errors from
authorMichael Natterer <mitch@imendio.com>
Wed, 16 Jan 2008 14:35:46 +0000 (14:35 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Wed, 16 Jan 2008 14:35:46 +0000 (14:35 +0000)
commit7932cfb6691d6ef722dad3056e76130e64e3cfde
tree5668b4ddd8de4d4a5cb9b7d9a02982e3c5daa2ce
parent7ffe104a772b8d7ffedda87cfbc15ccbce0243fd
fix signature of this function and propagate errors from

2008-01-16  Michael Natterer  <mitch@imendio.com>

* gdk-pixbuf-io.c (save_to_stream): fix signature of this function
and propagate errors from g_output_stream_write(). Return error
also on incomplete writes (which don't generate an error by
themselves).

Unrelated:

(gdk_pixbuf_io_init): initialize "builtin_module" on a separate
line to avoid compiler warning in the common case of no built-in
modules.

svn path=/trunk/; revision=19378
gdk-pixbuf/ChangeLog
gdk-pixbuf/gdk-pixbuf-io.c